]> git.nbdom.net Git - nb.git/commitdiff
etc/profile.d/functions
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 15 Apr 2024 09:21:30 +0000 (11:21 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 15 Apr 2024 09:21:30 +0000 (11:21 +0200)
etc/profile.d/functions

index c1665a37b78d8854430bea514f1188ca302011fd..63c2e68a43d0b15ffad8287241cba8262b217344 100755 (executable)
@@ -1,8 +1,10 @@
+#!/bin/bash
 #################################################################################
 #
 # FUNCTIONS - CORE
 #
 #################################################################################
+
 type -P which > /dev/null || which() { type -P "$1" 2>&1; }
 
 cat_stty() {