Skip to content

Instantly share code, notes, and snippets.

@marcusmueller
Last active May 18, 2024 09:38
Show Gist options
  • Save marcusmueller/f03ff708e0975c82dc80c06156c1ae3b to your computer and use it in GitHub Desktop.
Save marcusmueller/f03ff708e0975c82dc80c06156c1ae3b to your computer and use it in GitHub Desktop.
#!/bin/bash
modname=mymod
blkname=myblock
gr_modtool newmod $modname
cd gr-$modname
gr_modtool add -t sync -l cpp $blkname
gr_modtool makeyaml -y $blkname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment