chezmoi-ify
This commit is contained in:
parent
e04f3e0fb8
commit
30847ce7ab
13 changed files with 5859 additions and 0 deletions
13
bin/executable_callout
Normal file
13
bin/executable_callout
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue