mnt-sbc-img/install.sh

12 lines
285 B
Bash

#/bin/bash
#
# install mnt-sbc-img as command for image
# file editing.
#
# <righttoprivacy[at]@tutanota.com>
#
sudo cp mnt-sbc-img.sh /usr/bin/mnt-sbc-img
chmod +x /usr/bin/mnt-sbc-img
echo "mnt-sbc-img command now ready to use."
echo ' '
echo "To use simply issue: sudo mnt-sbc-img."