Files
pezkuwi-subxt/bridges/snowbridge/parachain/scripts/hexliteral.sh
T
Clara van Staden 18d53dbf91 Adds Snowbridge to Rococo runtime (#2522)
# Description

Adds Snowbridge to the Rococo bridge hub runtime. Includes config
changes required in Rococo asset hub.

---------

Co-authored-by: Alistair Singh <alistair.singh7@gmail.com>
Co-authored-by: ron <yrong1997@gmail.com>
Co-authored-by: Vincent Geddes <vincent.geddes@hey.com>
Co-authored-by: claravanstaden <Cats 4 life!>
2023-12-21 17:06:36 +01:00

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 ");"