diff options
author | Mattias Andrée <maandree@kth.se> | 2016-04-19 12:17:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-04-19 12:17:31 +0200 |
commit | ea3cf4129d09c0713402f31cdf5c01a870c00ab3 (patch) | |
tree | a40faeea2f8f2a289904b960839871b12c7b264f /DEPENDENCIES | |
parent | add readme (diff) | |
download | metar-ea3cf4129d09c0713402f31cdf5c01a870c00ab3.tar.gz metar-ea3cf4129d09c0713402f31cdf5c01a870c00ab3.tar.bz2 metar-ea3cf4129d09c0713402f31cdf5c01a870c00ab3.tar.xz |
add code, deps + update readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..845ac8b --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,6 @@ +sh +sed +curl +coreutils +python3 + |