Search notes:

Script: gitp.bat

Sets the environment variable TQ84_GITHUB_PW to be used along with git-push.pl.
@rem
@rem  Ask for the Password if it
@rem  is not already set:
@rem


@call set tq84_cd=%cd%\
@call set tq84_cd=%%tq84_cd:%git_work_dir%=%%

@if "%tq84_cd%"=="%cd%\" (
  @rem @echo gitp.bat: I am not under %git_work_dir%

  @if [%TQ84_GITHUB_PW%] EQU [] (
    @set /p TQ84_GITHUB_PW=TQ84_GITHUB_PW? 
  )

) else (
  @rem @echo gitp.bat: I am under %git_work_dir%
)

@git-push.pl
Github repository scripts-and-utilities, path: /gitp.bat

See also

Scripts

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759390904, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/tools/scripts/personal/gitp_bat(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78