6 lines
192 B
Bash
Executable file
6 lines
192 B
Bash
Executable file
#!/bin/bash
|
|
# source this file to set your token path, or add this to your profile
|
|
export FEMTOSTAR_TOKEN_PATH=~/fstokens
|
|
|
|
mkdir -p $FEMTOSTAR_TOKEN_PATH
|
|
mkdir -p $FEMTOSTAR_TOKEN_PATH/targets |