patadejaguar

dropbox-ignore-files.sh

Mar 2nd, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. ########### Linux
  2.  
  3. #sudo apt install attr
  4. #attr -s com.dropbox.ignored -V 1 /home/sipakal/Dropbox/ProjectsMain/safeosms/platforms/android/app/build
  5.  
  6. attr -s com.dropbox.ignored -V 1 $MYFOLDER_OR_FILE_PATH
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. ############### Windows PowerShell
  14. Set-Content -Path 'MY_FOLDER_OR_FILE_PATH' -Stream com.dropbox.ignored -Value 1
  15.  
  16.  
Add Comment
Please, Sign In to add comment