This website requires JavaScript.
Explore
Help
Sign In
223031012
/
DAMASK_EICMD
mirror of
https://github.com/achalhp/DAMASK_EICMD.git
Watch
1
Star
0
Fork
You've already forked DAMASK_EICMD
0
Code
Issues
Projects
Releases
Wiki
Activity
ea4867770f
DAMASK_EICMD
/
installation
/
MarcMentat
/
2020
/
Mentat_bin
/
kill4
9 lines
92 B
Bash
Raw
Blame
History
#!/bin/sh
if
[
"
$1
"
=
""
]
;
then
echo
"
usage:
$0
job_name
"
exit
1
fi
echo
STOP >
$1
.cnt
Reference in New Issue
View Git Blame
Copy Permalink