prepare-slot-components 137 B

12345678
  1. #!/usr/bin/env bash
  2. CC="${SNAP_DATA}/custom_components"
  3. if ! [[ -d "${CC}" ]]; then
  4. echo "Creating dir ${CC}"
  5. mkdir "${CC}"
  6. fi