diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 11:50:11 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 11:50:11 -0400 |
commit | ba371f3a8ac39dc1c58314e894a719192981d831 (patch) | |
tree | 838898a6cd9d8394958b3d87b9e61396070d1718 /device/device_template_post | |
parent | c35823a20ed94b2d6c367dd40057a5255621a50c (diff) |
add device_template_pre and device_template_post
Diffstat (limited to 'device/device_template_post')
-rw-r--r-- | device/device_template_post | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device/device_template_post b/device/device_template_post new file mode 100644 index 0000000..1fc5162 --- /dev/null +++ b/device/device_template_post @@ -0,0 +1,4 @@ +#!/bin/zsh + +# [device friendly name] ([~account_if_applicable]) +# See [device_template_pre] for info. |