Skip to content

Instantly share code, notes, and snippets.

View mujdat's full-sized avatar
🎯
Focusing

Müjdat Korkmaz mujdat

🎯
Focusing
View GitHub Profile
@mujdat
mujdat / duden-artikel.sh
Last active September 3, 2025 08:22
Duden Artikel Suche
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Der Die Das
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 📚
# @raycast.packageName Duden Artikel Suche
@mujdat
mujdat / install.sh
Created June 11, 2025 17:20
Portiyer Helper
#!/usr/bin/env bash
# Fail on any error
set -e
# Make sure we have three arguments
if [ $# -ne 3 ]; then
echo "Usage: $0 <SERVER_ID> <ACCESS_TOKEN> <BACKEND_URL>"
exit 1
fi