Note connecting to a devstack requires a kerberos ticket
export DEV_STACK_NAME=fungreybat0804z wiz && source connect.sh state(replacez wizwith the cd command for wherever you put connect.sh)
connect.sh script courtesy of hawkeyes
#!/bin/bash
| #!/usr/bin/env zsh | |
| # Generic Git Worktree Helpers | |
| # Works with any repo set up with bare worktree structure (.bare directory) | |
| # ============================================================================ | |
| # Output Helpers (use gum for pretty output when available) | |
| # ============================================================================ | |
| _wt_error() { | |
| if command -v gum &>/dev/null; then |
| import React, { useState } from "react"; | |
| import { StyleSheet, Text, View, Button } from "react-native"; | |
| import { Gesture, GestureDetector } from "react-native-gesture-handler"; | |
| import Animated, { | |
| useAnimatedStyle, | |
| useSharedValue, | |
| withTiming, | |
| Easing, | |
| runOnJS, | |
| } from "react-native-reanimated"; |