@@ -0,0 +1,12 @@
#!/bin/sh
if [ -z "$1" ]
then
echo "No argument supplied"
exit 1
fi
sudo cp -r /etc/nixos/* .
git add *
git commit -m "$1"
git push origin laptop
The note is not visible to the blocked user.