diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:09:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:09:06 +0100 |
commit | 7e8e54e84c63171e748bbf09516fd517e6821ace (patch) | |
tree | 996093f75a5d488dddf7ea1f159ed343a561ef89 /src/tasks/download_emnist.sh | |
parent | b0719d84138b6bbe5f04a4982dfca673aea1a368 (diff) |
Inital commit for refactoring to lightning
Diffstat (limited to 'src/tasks/download_emnist.sh')
-rwxr-xr-x | src/tasks/download_emnist.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tasks/download_emnist.sh b/src/tasks/download_emnist.sh deleted file mode 100755 index 18c8e29..0000000 --- a/src/tasks/download_emnist.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/fish -poetry run download-emnist -poetry run create-emnist-support-files |