summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-22 12:24:34 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-22 12:24:34 +0200
commitd1fbf037aa3f7ed7f087b14884b5f02d841629f3 (patch)
treef833532fbda5b905d1c644fa41adfea46a2cfd0f /.local/bin
parentBetter options for ports upgrades (diff)
downloaddotfiles-bsd-d1fbf037aa3f7ed7f087b14884b5f02d841629f3.tar.gz
dotfiles-bsd-d1fbf037aa3f7ed7f087b14884b5f02d841629f3.tar.bz2
dotfiles-bsd-d1fbf037aa3f7ed7f087b14884b5f02d841629f3.tar.xz
dotfiles-bsd-d1fbf037aa3f7ed7f087b14884b5f02d841629f3.tar.zst
dotfiles-bsd-d1fbf037aa3f7ed7f087b14884b5f02d841629f3.zip
New script in progress to update FreeBSD things
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/system-upgrade5
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/system-upgrade b/.local/bin/system-upgrade
new file mode 100755
index 0000000..b726f5b
--- /dev/null
+++ b/.local/bin/system-upgrade
@@ -0,0 +1,5 @@
+#!/usr/local/bin/perl
+
+use warnings;
+use strict;
+use constant LOG_FILE => "/var/log/system-upgrade.log";