File: transient_file.sh

package info (click to toggle)
pyinotify 0.9.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 2,498; ansic: 153; makefile: 14; sh: 6
file content (8 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#!/bin/bash

for a in 1 2 3 4 5 6 7 8 9 10
do
  touch /tmp/test1234;
  echo -ne "42" > /tmp/test1234;
  rm -f /tmp/test1234;
done