File: mergeall-android-scripts/_macos-move-and-link.sh (original) (raw)
#!/usr/bin/bash
File: _macos-move-and-link.sh
#--------------------------------------------------------
On Mac OS, move a root content folder to Termux's app
folder, and add a root symlink to it. Replace the
"EXT256-1"s and "MY-STUFF" with your drive and folder
names, make this executable with a 'chmod +x this' if
desired, and run from a Terminal command line.
#--------------------------------------------------------
mv /Volumes/EXT256-1/MY-STUFF /Volumes/EXT256-1/Android/data/com.termux/MY-STUFF ln -s /Volumes/EXT256-1/Android/data/com.termux/MY-STUFF /Volumes/EXT256-1/MY-STUFF