File: Endgame_Linux

package info (click to toggle)
singularity 0.25-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 856 kB
  • ctags: 183
  • sloc: python: 4,226; makefile: 13; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh
tempname=`dirname "$0"`
cd "$tempname/code"
exec python singularity.py "$@"