diff --git a/scripts/devrepo b/scripts/devrepo new file mode 100755 index 000000000..9d8b2abd0 --- /dev/null +++ b/scripts/devrepo @@ -0,0 +1,4 @@ +#!/bin/bash +cd /etc/epicyon || exit 0 +git remote set-url origin https://code.freedombone.net/bashrc/epicyon.git +git checkout main diff --git a/devrepo b/scripts/devrepo~ similarity index 100% rename from devrepo rename to scripts/devrepo~ diff --git a/errors b/scripts/errors similarity index 100% rename from errors rename to scripts/errors diff --git a/scripts/errors~ b/scripts/errors~ new file mode 100755 index 000000000..20108271b --- /dev/null +++ b/scripts/errors~ @@ -0,0 +1,7 @@ +#!/bin/bash +journalctl -u epicyon | grep 'File "' > .errors.txt +if [ ! -f .errors.txt ]; then + echo 'No errors' +else + cat .errors.txt +fi diff --git a/rejects b/scripts/rejects similarity index 100% rename from rejects rename to scripts/rejects