Skip to content
Permalink
f8f88281c3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 14 lines (9 sloc) 246 Bytes
#!/bin/bash
echo 'export PATH="$EOA_SCRIPTS_DIR:$PATH"' > ./.bashrc
cd $HOME
unlink input
unlink output
ln -s $INPUT_DIR input
ln -s $OUTPUT_DIR output
# wait, keep container running:
bash -c 'while :; do :; done & kill -STOP $! && wait $!'