moved templates to their own folder

This commit is contained in:
sose 2020-09-10 16:13:55 -07:00
parent ca4a944007
commit 87391c7981
4 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#!/bin/bash
export HOME="{{ TILDE_HOMEDIR }}"
PATH="$PATH:/tilde/bin"

View File

@ -0,0 +1,2 @@
#!/bin/sh
ssh -t {{ TILDE_USERNAME }}@{{ TILDE_NAME }} -i {{ KEY_FILE }} -- $@