Skip to content
Snippets Groups Projects
Commit 77d22ff6 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent 1073e518
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ orig_exe=$1
newname=a
if [ -z $2 ]; then
stratafied_exe=$orig_exe
stratafied_exe=$orig_exe
else
stratafied_exe=$2
stratafied_exe=$2
fi
date
......@@ -55,6 +55,7 @@ newdir=peasoup_executable_directory.$name.$$
mkdir $newdir
cp $orig_exe $newdir/$newname.ncexe
rm $stratafied_exe
cd $newdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment