about summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2024-07-08 10:59:29 -0400
committerelioat <{ID}+{username}@users.noreply.github.com>2024-07-08 10:59:29 -0400
commit97d6e3410f227a04cb870a0ae1274fb6b49284a2 (patch)
treedf55da15f4df3159457a9c33efb9452a7e4d12c8 /bash
parentd15f42f80e54e6e5eea2cfedb08b4d4164a5b043 (diff)
downloadtour-97d6e3410f227a04cb870a0ae1274fb6b49284a2.tar.gz
*
Diffstat (limited to 'bash')
-rwxr-xr-xbash/c-2-f3
-rwxr-xr-xbash/f-2-c3
2 files changed, 6 insertions, 0 deletions
diff --git a/bash/c-2-f b/bash/c-2-f
new file mode 100755
index 0000000..597cb48
--- /dev/null
+++ b/bash/c-2-f
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gunits "tempC($1)" 'tempF'
diff --git a/bash/f-2-c b/bash/f-2-c
new file mode 100755
index 0000000..b50df93
--- /dev/null
+++ b/bash/f-2-c
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gunits "tempF($1)" 'tempC'