Files
merlin-cryosparc/dev/git-filter-smudge-username.sh

5 lines
134 B
Bash
Executable File

#!/bin/sh
# Git filter to replace USERNAME with $USER.
# Assigned to cluster_info files in .gitattributes
sed -e "s/USERNAME/$USER/g"