Guest User

Untitled

a guest
Jul 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. back() {
  2. local result
  3. local command
  4.  
  5. result="$(history -i 1 | peco)"
  6. command="${result:25}"
  7. echo "$command"
  8.  
  9. eval "$command"
  10. return $?
  11. }
Add Comment
Please, Sign In to add comment