package reorg

This commit is contained in:
Colin Henry
2020-06-11 21:26:57 -07:00
parent b7b8f7a60b
commit f24e8c90df
64 changed files with 622 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate \
-i $1 \ #https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/2_0/petstore.yaml \
-g go \
-o /local/out/go
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# A port of plan9 'tel' program
for var in "$@"
do
if test -f "$HOME/.tel"; then
grep -i $1 $HOME/.tel
fi
grep -hi $1 /usr/lib/tel /usr/lib/areacodes
done
exit