Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. chflags hidden /path/to/file.ext
  2.  
  3. chflags nohidden /path/to/file.ext
  4.  
  5. alias hideicon='chflags hidden'
  6.  
  7. alias showicon='chflags nohidden'
Add Comment
Please, Sign In to add comment