gdritter repos GRUtils / master scripts / as-tmp
master

Tree @master (Download .tar.gz)

as-tmp @master

17e7edd
 
 
 
f183757
1
2
3
4
5
#!/bin/sh

FILENAME=$(mktemp)
cat >$FILENAME
echo $FILENAME