This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo "Checking for tool..." | |
| # Check if the script already exists | |
| if [ ! -f "script" ]; then | |
| echo "Downloading tool using curl..." | |
| curl -sSL https://raw.githubusercontent.com/dst87/alfred-raycast-snippets/refs/heads/main/alfred-raycast.rb -o script | |
| chmod +x script | |
| else | |
| echo "Tool already exists, skipping download." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version":1,"resource":"file:///home/quentin/Documents/dev/exalty-lestudio/components/modules/counters/CounterItem.tsx","entries":[{"id":"wReU.tsx","source":"Fix all ESLint auto-fixable problems","timestamp":1652444119467}]} |