diff options
Diffstat (limited to 'utils/install')
-rw-r--r-- | utils/install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/install b/utils/install new file mode 100644 index 0000000..852163e --- /dev/null +++ b/utils/install @@ -0,0 +1,7 @@ +# vim:ft=sh:noexpandtab +# Various install functions + +# Install directory of file +install() { + true +} |