porting bash func for truncating home dir to C (mostly for practice)

This commit is contained in:
Dan Buch
2012-04-09 08:25:52 -04:00
parent f9b76d6027
commit 4d0d973c8d
3 changed files with 78 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
CFLAGS += -g -Wall -Wextra
all: temperatures
all: temperatures truncpwd
.PHONY: all