root / transient_file.sh

Revision f5b94bfc7073e9121dda5863b9e09d89255abd17, 130 bytes (checked in by Sebastien Martini <ookoi@…>, 10 months ago)

Changed access rights on transient_file.sh

  • Property mode set to 100755
Line 
1#!/bin/bash
2
3for a in 1 2 3 4 5 6 7 8 9 10
4do
5  touch /tmp/test1234;
6  echo -ne "42" > /tmp/test1234;
7  rm -f /tmp/test1234;
8done
Note: See TracBrowser for help on using the browser.