File: sconf

package info (click to toggle)
saclib 2.2.8-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,872 kB
  • sloc: ansic: 40,932; csh: 1,190; asm: 541; awk: 320; sh: 246; perl: 116; makefile: 98; sed: 48
file content (9 lines) | stat: -rwxr-xr-x 131 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ $# -eq 0 ] ; then
  perl $saclib/bin/mksysdep.pl
fi
if [ $# -eq 1 ] ; then
  perl $saclib/bin/mksysdep.pl $1
fi