-
@TNG Technology Consulting GmbH
- https://www.linkedin.com/in/hauser-lukas/
Pinned Loading
-
-
List all the Salewa shoes with label...
List all the Salewa shoes with label vegan. 1#!/usr/bin/env bash
23for u in $(curl --silent https://www.salewa.com/de-de/herren-schuhe | grep product--information-box | sed -e "s|<a href=\"||" | sed -e "s|\" .*||"); do
4if curl --silent $u | grep -i vegan &>/dev/null; then
5echo $u
-
docker-github-runner
docker-github-runner PublicForked from tcardonne/docker-github-runner
Run GitHub Actions on self-hosted runner using Docker.
Dockerfile
-
kubernetes-credentials-provider-plugin
kubernetes-credentials-provider-plugin PublicForked from jenkinsci/kubernetes-credentials-provider-plugin
Credentials provider that allows storing credentials in Kubernetes
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.