chezmoi-ify

This commit is contained in:
Barak Michener 2024-05-18 18:27:41 -07:00
parent e04f3e0fb8
commit 30847ce7ab
13 changed files with 5859 additions and 0 deletions

13
bin/executable_callout Normal file
View file

@ -0,0 +1,13 @@
#!/usr/bin/ruby
x = readline()
x = x.strip
(x.length() + 4).times {print "*"}
print "\n"
print "* "
print x
print " *\n"
(x.length() + 4).times {print "*"}
print "\n"