SHARE
TWEET
Untitled
a guest
Apr 27th, 2016
30
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/bash
- rm /tmp/fstab
- while :
- do
- strace sed -i.bak 's/# /# some text # /g' /etc/fstab &>> /tmp/fstab
- strace sed -i.bak 's/# some text # /# /g' /etc/fstab &>> /tmp/fstab
- done
RAW Paste Data
