From 838eeec9acdc320bbab24b69db3041e436cdc996 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Feb 2018 14:29:53 -0700 Subject: scripts folder moved to ~/.scripts --- .scripts/welcome | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .scripts/welcome (limited to '.scripts/welcome') diff --git a/.scripts/welcome b/.scripts/welcome new file mode 100755 index 0000000..2e33713 --- /dev/null +++ b/.scripts/welcome @@ -0,0 +1,4 @@ +#!/bin/bash +dialog --title "Welcome to LARBS!" --msgbox "If you're new to the system, hold down the Windows key and press F1 for a full tutorial! + +(This infobox will greet you at each login until you run the command \"hello-larbs\" in the terminal.)" 10 60 -- cgit v1.3.1