DEBSOURCES
Skip Quicknav
sources / dar / 2.8.3-1 / doc / Benchmark_tools / always_change
12345678
#!/bin/bash if [ -z "$1" ] ; then echo "usage: $0 <filename>" exit 1 fi while /bin/true ; do touch "$1" ; done