mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
2ab3f03f0b
Removes the `bridges/snowbridge/parachain` directory and moves everything up to under `snowbridge` directly. We are cleaning up our local dev env after merging our crates into the polkadot-sdk. --------- Co-authored-by: claravanstaden <Cats 4 life!>
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
# Creates a string constant from STDIN
|
|
echo "const DATA: &'static str = concat!("
|
|
cat - | fold | sed 's/^.*/\t"&",/'
|
|
echo ");" |