File: systemctl

package info (click to toggle)
systemd-cron 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: cpp: 2,599; sh: 962; makefile: 239; ansic: 133
file content (5 lines) | stat: -rwxr-xr-x 59 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
while [ $# -gt 1 ]; do
	shift
done
exec cat "$1"