Files
dotfiles/pkgs/customscripts/src/gdfuse
2022-12-08 01:00:12 +05:30

5 lines
85 B
Bash

#!/usr/bin/env bash
su $USERNAME -l -c "google-drive-ocamlfuse -label $1 $*"
exit 0