daily pastebin goal
47%
SHARE
TWEET

Untitled

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