File: always_change

package info (click to toggle)
dar 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,068 kB
  • sloc: cpp: 86,310; sh: 6,996; ansic: 895; makefile: 502; python: 242; csh: 115; perl: 43; sed: 16
file content (8 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash

if [ -z "$1" ] ; then
   echo "usage: $0 <filename>"
   exit 1
fi

while /bin/true ; do  touch "$1" ; done