This commit is contained in:
2026-07-03 10:28:22 +01:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
capitalise = $(shell _v="$(1)"; echo $${_v^^})
capitalise = $(shell echo "$(1)" | tr '[:lower:]' '[:upper:]')
USER := $(shell whoami)
HOSTNAME := $(shell cat /etc/hostname)