5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
gdown 1rP7GHDqx6BKTGTh9I6ecEmRgn5-HG1N0
|
|
unzip -q "triplet_dataset.zip"
|
|
rm ./"triplet_dataset.zip"
|