Skip to content
Snippets Groups Projects
Commit b92d402f authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

VOLUME Add bash header.

parent 785be6da
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
if [[ $(id -u) -ne 0 ]] ; then echo "Please run as root" ; exit 1 ; fi if [[ $(id -u) -ne 0 ]] ; then echo "Please run as root" ; exit 1 ; fi
g++ ./volumeInfo.c -o /usr/bin/volumeInfo g++ ./volumeInfo.c -o /usr/bin/volumeInfo
chmod u+s /usr/bin/volumeInfo chmod u+s /usr/bin/volumeInfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment