diff --git a/src/copy2gui.sh b/src/copy2gui.sh deleted file mode 100755 index bc07119..0000000 --- a/src/copy2gui.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -cp scyther-linux ../gui/Scyther/ -cp scyther-w32.exe ../gui/Scyther/ -cp scyther-mac ../gui/Scyther/ - -# bonus... -cp scyther-linux ~/bin - -echo Copied the files to their respective locations and ~/bin -