File: post-make

package info (click to toggle)
stalin 0.8-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 28,288 kB
  • ctags: 60,398
  • sloc: ansic: 804,080; lisp: 41,578; sh: 772; makefile: 97; sed: 59
file content (5 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
lib=`pwd`/include
mv stalin $lib
(echo "#!/bin/sh"; echo "exec $lib/stalin -I $lib "'$@') >stalin
chmod a+x stalin