This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/ipfs.sh

6 lines
116 B
Bash
Executable File

#!/bin/sh
cd ..
last_hash=$(ipfs add -r bideoak|awk '$3 == "bideoak" {print $2}')
cd -
echo "$last_hash" > ipfs.txt