mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Update clang-format-all.sh
This commit is contained in:
parent
5d7a7a0468
commit
1931d3b601
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
if [[ "$(id -u)" -ne 0 ]];
|
||||||
|
then
|
||||||
|
echo "
|
||||||
|
Please, Run This Programm as Root!
|
||||||
|
"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
function usage {
|
function usage {
|
||||||
echo "Usage: $0 DIR..."
|
echo "Usage: $0 DIR..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue